text/template/parse.Tree.pipeline (method)
6 uses
text/template/parse (current package)
parse.go#L431: return t.newAction(token.pos, token.line, t.pipeline("command", itemRightDelim))
parse.go#L467: func (t *Tree) pipeline(context string, end itemType) (pipe *PipeNode) {
parse.go#L539: pipe = t.pipeline(context, itemRightDelim)
parse.go#L648: pipe := t.pipeline(context, itemRightDelim)
parse.go#L680: pipe = t.pipeline(context, itemRightDelim)
parse.go#L808: return t.pipeline("parenthesized pipeline", itemRightParen)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)